public class BibliographyConfigurationPublic Class BibliographyConfiguration| BibliographyConfiguration | Initializes a new instance of the BibliographyConfiguration class. |
| Country | Contains the country code used for sorting a bibliographic index. |
| Language | Contains the language code used for sorting an alphabetical index. |
| NumberedEntries | Specifies whether a number is displayed for bibliography entries instead of their short name. The defined values for the are: -false: short names for bibliographic entries displayed. -true: number displayed for bibliographic entries. The default value for this attribute is false. |
| Prefix | Contains a string that is displayed before a bibliography entry's short name or number if it occurs outside the bibliography. |
| SortAlgorithm | Contains the locale specific sorting algorithm by name. |
| SortByPosition | Specifies whether bibliography entries are displayed in the order of their positions in the document, or by selected fields. The defined values are: -false: bibliographic entries are displayed in the order of their positions in a document. -true: bibliographic entries are displayed as sorted by selected fields. The default value for this attribute is true. |
| SortKeys | Contains the single sort key if bibliography entries are not displayed in document order. |
| Suffix | Contains a string that is displayed after a bibliography entry's short name or number if it occurs outside the bibliography. |
| Clone | Creates a new object that is a deep copy of the current instance. |
| Equals | (Inherited from Object) |
| Finalize | (Inherited from Object) |
| GetHashCode | (Inherited from Object) |
| GetType | (Inherited from Object) |
| MemberwiseClone | (Inherited from Object) |
| ToString |
Converts the value of the current BibliographyConfiguration object to its equivalent string representation.
(Overrides ObjectToString) |